Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Record class, DID Manager, and Stabilize API #43

Merged
merged 19 commits into from
Apr 21, 2023
Merged

Conversation

frankhinek
Copy link
Contributor

@frankhinek frankhinek commented Apr 19, 2023

External API changes

Internal function changes:

Chores/Cleanup

Note to @TBD54566975/tbd-developer-relations:

  • No doc work for changes to the examples/ directory, which are currently used for validating/testing during development

@frankhinek frankhinek added this to the Bitcoin++ Apr '23 milestone Apr 19, 2023
@frankhinek frankhinek requested a review from csuwildcat April 19, 2023 20:36
@frankhinek frankhinek self-assigned this Apr 19, 2023
Caused by git ignoring case
Caused by git ignoring case
Copy link
Contributor

@michaelneale michaelneale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks nice.

Main outstanding question was additional pull of the DWN (with its own version) to work in a browser which seemed a bit odd (see comment on the simple-agent.html)

package.json Outdated Show resolved Hide resolved
src/did/connect/connect.js Show resolved Hide resolved
src/did/connect/connect.js Show resolved Hide resolved
src/dwn/web5-dwn.js Outdated Show resolved Hide resolved
examples/test-dashboard/simple-agent.html Show resolved Hide resolved
src/did/web5-did.js Show resolved Hide resolved
src/did/web5-did.js Outdated Show resolved Hide resolved
src/did/connect/connect.js Show resolved Hide resolved
src/dwn/dwn-utils.js Show resolved Hide resolved
src/dwn/models/record.js Outdated Show resolved Hide resolved
src/web5.js Show resolved Hide resolved
src/dwn/models/record.js Show resolved Hide resolved
src/types.js Outdated Show resolved Hide resolved
src/web5.js Outdated Show resolved Hide resolved
src/web5.js Outdated Show resolved Hide resolved
@michaelneale
Copy link
Contributor

The style changes seem consistent with https://google.github.io/styleguide/jsguide.html#naming-camel-case-defined - which is more rigorous thing I can find out there (took me a while to dig it up from memory).

image

…k to 422

Co-authored-by: Frank Hinek <[email protected]>
Co-authored-by: Devin Rousso <[email protected]>
@frankhinek
Copy link
Contributor Author

The style changes seem consistent with https://google.github.io/styleguide/jsguide.html#naming-camel-case-defined - which is more rigorous thing I can find out there (took me a while to dig it up from memory).

image

@michaelneale FWIW, this also isn't introducing anything new that wasn't already the case in dwn-sdk-js. It is now consistent casing between the two libraries.

Signed-off-by: Frank Hinek <[email protected]>
Copy link
Contributor

@mistermoe mistermoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎖️

@frankhinek frankhinek requested a review from dcrousso April 21, 2023 15:36
@frankhinek frankhinek dismissed dcrousso’s stale review April 21, 2023 15:38

All suggestions incorporated, commented on, or new issues opened.

Signed-off-by: Frank Hinek <[email protected]>
@csuwildcat csuwildcat merged commit 3e81ed1 into main Apr 21, 2023
@frankhinek frankhinek deleted the feat/record-class branch May 2, 2023 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants